body {
  padding: 0;
  margin: 0;
}

.servicesbutton {
  display: flex;
  margin: 0 0px;
}
.servicesbutton a {
  font-size: 18px;
  color: #ffffff;
  background-color: #82bc3f;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: "Poppins";
  text-decoration: none;
  margin-bottom: 30px;
  margin: 20px 15px;
}

@media screen and (min-width: 750px) {
  .bannerClass {
    background-image: url(../Assets/manchester/Manchester.webp);
    width: auto;
    width: 98.5vw;
    height: 100vh;

    /* background-position-y: 20px; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

.logo {
  position: absolute;
  margin-top: 20px;
  margin-left: 40px;
  width: 120px;
  height: 135px;
}

/* .bannerClass h1{
    position: absolute;
  top: 30%;
  left: 40px;
  font-family: Quicksand;
  color: #ffffff;
  font-size: 30px;
  } */

.inlineaddthis {
  position: absolute;
  right: 0;
  top: 50px;
}

.triangleIconStyle {
  position: absolute;
  bottom: -15%;
  right: 15.5%;
  width: 20%;
  height: 39%;
}

.bannerClass .bannerDesc {
  position: absolute;
  top: 30%;
  left: 40px;
  font-family: Quicksand;
  color: #ffffff;
}

.bannerClass .bannerDesc h1 {
  font-size: 30px;
}
.bannerClass .bannerDesc p {
  margin-top: 50px;
  width: 60%;
}

.box {
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
}

.imgBox {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../Assets/LocationPageIcon/bottomIcon.png);

  /* width: 40%; */
  flex: 0 0 40%;
  background-repeat: no-repeat;

  flex: 0 0 40%;

  background-size: 85%;

  background-position-x: center;
  background-position-y: 85%;

  /* height: auto; */
  flex: 0 0 40%;
}

.imgBox img {
  max-width: 100%;
}

.box .content {
  margin-right: 150px;
  font-family: Quicksand;
}

.box .content h1 {
  font-family: Quicksand;
  font-size: 36px;
}

.box .content p {
  font-family: Quicksand;
  /* font-size: 21px; */
}

.box .contentMobileSection {
  display: none;
}

.showBtn {
  border: 1px solid #8ec251;
  background-color: #ffffff;
  width: 154px;
  height: 52px;
  color: #8ec251;
  font-family: Quicksand;
  border-radius: 10px;
  display: block;
  outline: none;
  cursor: pointer;
}
.showBtn:active {
  background-color: #3e8e41;

  transform: translateY(2px);
}

.hideBtn {
  display: none;
  border: 1px solid #8ec251;
  background-color: #ffffff;
  width: 154px;
  height: 52px;
  color: #8ec251;
  font-family: Quicksand;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  margin-bottom: 20px;
}
.hideBtn:active {
  background-color: #3e8e41;

  transform: translateY(2px);
}

.boxRev {
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  flex-direction: row-reverse;
}

.boxRev .contentRev {
  margin-left: 150px;
  font-family: Quicksand;
}

.boxRev .contentRev h1 {
  font-family: Quicksand;
}

.boxRev .contentandroidSection {
  display: none;
}

.contentWebsiteSection {
  display: none;
}

.contentSoftwareSection {
  display: none;
}

.contentandroidSection {
  display: none;
}

.contentiosSection {
  display: none;
}

/* .lastBox{
    margin-bottom: 30px;
  } */

@media screen and (max-width: 750px) {
  .bannerClass {
    background-image: url(../Assets/manchester/responsiveManchester.webp);
    width: auto;
    width: 100vw;
    height: 100vh;

    /* background-position-y: 20px; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .inlineaddthis {
    position: absolute;
    right: 0;
    top: 60px;
  }

  .logo {
    position: absolute;
    margin-top: 10px;
    margin-left: 15px;
    width: 120px;
    height: 135px;
  }

  .bannerClass .bannerDesc {
    position: absolute;
    top: 20%;
    padding-left: 10px;
    font-family: Quicksand;
    color: #ffffff;
    left: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bannerClass .bannerDesc h1 {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .bannerClass .bannerDesc p {
    margin-top: 0;
    width: 100%;
  }

  .box {
    display: block;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    /* border: 2px solid black; */
    text-align: -webkit-center;
  }
  .boxRev {
    display: block;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    flex-direction: row;
    /* border: 2px solid black; */
    text-align: -webkit-center;
  }

  .box .content {
    margin-right: 0px;
    font-family: Quicksand;
  }

  .boxRev .contentRev {
    margin-left: 0px;
    font-family: Quicksand;
  }
  .box .content p {
    text-align: initial;
  }

  .boxRev .contentRev p {
    text-align: initial;
  }
}
